home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 October / Designer's Club 1998 October.iso / pc / Idea Source / teaser.dir / 00050_Script_50 < prev    next >
Text File  |  1998-08-21  |  422b  |  24 lines

  1. on exitFrame
  2.   global release
  3.   
  4.   if release=1 then
  5.     if not soundbusy(4) then 
  6.       if the timer > 10*60 then
  7.         sound stop 1 
  8.         go movie "main"        
  9.       end if
  10.     end if
  11.   end if
  12.   
  13.   
  14.   if soundbusy (3) then
  15.     nothing
  16.   else 
  17.     set the visible of sprite 10 to true
  18.   end if
  19.   if soundbusy (4) then
  20.     nothing
  21.   else 
  22.     set the visible of sprite 11 to true
  23.   end if
  24. end